KO:
	SELECT articolo, codice_tessuto, codice_colore, DateToNumber, num_tag_corrispondenti, priorita_web
	FROM shop_temporary
	WHERE 1
    AND CONCAT(articolo, codice_tessuto) NOT IN ( 'HTR002','W12700NY0185','365702074109','VN0A3TKNQXH1' )
	ORDER BY DateToNumber DESC,id DESC
LIMIT -4, 8

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-4, 8' at line 6